home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / pc / ganmac / eb.cst / 00252_Script_nogsnd < prev    next >
Text File  |  1999-05-31  |  492b  |  17 lines

  1. on mouseUp
  2.   global name, cspname,cspchannel
  3.   if the clickOn > 0 then
  4.     set name to the name of member(the member of sprite the clickon)
  5.     
  6.     set the membernum of sprite the clickon to the number of member ("r"&name) of castlib "eb.cst"
  7.     
  8.     updatestage
  9.     alert "Sorry! No original sound of Gandhiji available for this event"
  10.     set the membernum of sprite the clickon to the number of member name of castlib "eb.cst"
  11.     updatestage
  12.   end if
  13.   
  14. end mouseDown
  15.  
  16.  
  17.